/* CSS Document */

.banner-home{
	background-position: center;
	background-size: cover;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
		
}
nav ul li a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: rgba(47,49,146,1.00);
	display: block;
	text-align: center;
	padding: 10px 0 10px 0;
	
	
}
nav ul li a:hover{
	background-color:rgba(67,141,194,1.00);
}		

nav ul li{
	flex: 1;
	margin: 2px;
	
}
.Home02{
	width: 1024px;
	height: 235px;
	background-position: center;
	background-image: url("../Images/home05-foundation.jpg");
	margin: 0px;
		
}
.feature-images .box img {


}


.box{
    width: 1024px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0px;
    padding-right: auto;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #0F128A;
}

#Footer{
	width: 1024px;
	height: 150px;
	background-image: url("../Images/Footer.jpg");
	background-size: cover;
	background-position: center;
	color: rgba(255,255,255,1.00);
	font-style: normal;
	font-weight: normal;
	font-size:15px;
	text-align: center;
	padding-top: 5px;
	padding-right: auto;
	padding-left: auto;
	margin-left: auto;
}

nav ul {
	width: 1024px;
	list-style: none;
	padding-left: 0;
	display: flex;		
	
}
#wrapper {
	width: 1024px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;

}


.box h1 {
	color: rgba(47,49,146,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	padding-left: 15px;
	text-align: left;
	line-height: 1;
}
.box p  {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
    text-indent: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 1000px;
    text-align: left;
    padding-bottom: 5px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: normal;
}


.box h2 {
	font-size: 20px;
}
